Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tcp_tw_recylce #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

yyoshiki41
Copy link

@yyoshiki41 yyoshiki41 commented May 4, 2018

net.ipv4.tcp_tw_recycle has been removed since Linux kernel v4.12.
So remove net.ipv4.tcp_tw_recycle in sysctl

commits: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4396e46187ca5070219b81773c4e65088dac50cc

Error case

$ uname -a
Linux 4.15.0-1007-aws #7-Ubuntu SMP Tue Apr 24 10:56:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ sudo sh -c "echo net.ipv4.tcp_tw_recycle=1 >> /etc/sysctl.conf"
$ sudo sysctl -p
sysctl: cannot stat /proc/sys/net/ipv4/tcp_tw_recycle: No such file or directory

Thanks!


This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant